Body


example

Following is an example of script file with minimal property settings inside the Body section:

<TREE_SCRIPT> 1.01
    <HEAD>
    </HEAD>
    <BODY>
      # adding a link ...
      <LINK> Text="hello happy taxpayers", UrlSource=hello.html


      # adding a menu with 4 components (children) ...
      <MENU> Text="Who's who"
        <LINK> Text=john, UrlSsource=john.html
        <LINK> Text=keith, UrlSource=keith.html
        <LINK> Text=pete, UrlSource=pete.html
        <LINK> Text=roger, UrlSource=roger.html
      </MENU>

      # adding another link ...
      <LINK> Text=search, UrlSource=http://www.yahoo.com

    </BODY>
</TREE_SCRIPT>

Note: